libboost-locale-dev software package provides C++ facilities for localization (default version), you can install in your Debian 8 (Jessie) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libboost-locale-dev
libboost-locale-dev is installed in your system.
Make ensure the libboost-locale-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep libboost-locale-dev *
You will get with libboost-locale-dev package name, version, architecture and description in a table
| Distro | Debian 8 jessie |
| Section | Library development |
| Package | libboost-locale-dev |
| Version | 1.55.0.2 |
| Description | C++ facilities for localization (default version) |
| Sub Section | Libdevel |